home *** CD-ROM | disk | FTP | other *** search
-
- echo off
- echo ---------------------------------------------------------------------------
- echo Skyland's Star Installation - 5ΒΌ inch disk installation
- echo ---------------------------------------------------------------------------
-
- if not "%1"=="" goto instl
- echo Usage: finst [drive]
- echo ---------------------------------------------------------------------------
- echo If you want to install Skyland's Star to either a hard disk, a 3.5 inch
- echo disk (high or low density) or a high density 5.25 inch disk, use the
- echo INSTALL program.
- goto exit
-
- :instl
- echo ---------------------------------------------------------------------------
- echo For the floppy installation, you must have two blank formatted floppies
- echo prepared. Label one of them Disk 1 and the other Disk 2.
- echo If you are using a one floppy system, when prompted to insert a disk for
- echo drive %1, insert Disk 1. When prompted for a disk in drive A, use the
- echo Skyland's Star disk.
- echo ---------------------------------------------------------------------------
- pause
- echo Copying files to Disk 1...
- pkunzip sky1.zip %1
- echo ---------------------------------------------------------------------------
- echo TWO DRIVE SYSTEMS: Put Disk 2 in drive %1.
- echo ONE DRIVE SYSTEMS: From now on, insert Disk 2 when prompted for drive %1.
- echo ---------------------------------------------------------------------------
- pause
- pkunzip sky2.zip %1
-
- :end
- echo Installation done... Insert Disk 1 in drive A and type "Skyland" to play.
-
- :exit
- echo on
-
-
-